[FREE][STANDALONE] πŸ”— Fo4r Floating

A simple resource that displays specific messages within a range of coordinates.

Design based on: JG Text UI

Preview
image

Export example

CreateThread(function()
    while true do
        local sleep = 750
        local ped = PlayerPedId()
        local pedc = GetEntityCoords(ped)
        if (pedc - vec3(5.5937, -1452.1647, 30.5350)) < 3 then
            sleep = 0
            exports['Fo4rFloating']:FloatingText('Test', 'W', 'Made for fo4rstudio',  vector3(5.5937, -1452.1647, 30.5350))
        end
        Wait(sleep)
    end
end)

Download
Github

With the authorization of JGUsman All design credits belong to him.

Code is accessible Yes
Subscription-based No
Lines (approximately) 80
Requirements N/A
Support Yes
2 Likes

Hey what’s resmon on this?