#interact won't work
1 messages · Page 1 of 1 (latest)
Triggered doesn't work on local scripts
is my script correct?
honestly i have no idea, im just watching some tut on youtube:\
no clue, but check out brawl dev for good tutorials
It does
Or maybe not🤔
But it mostly depends on where the local script is located at
But yea if not try using server script
And proximity prompts always have the player as a parameter
Basically local player
So u can get the ui from the playergui
Like this
local ProximityPrompt = "ur prompt"
ProximityPrompt.Triggered:Connect(function(plr)
local GUI = plr.PlayerGui.ScreenGui
end
Then u just put under local GUI ur script