#please help with this proximity prompt

8 messages · Page 1 of 1 (latest)

bold hamlet
#

local scripts only work inside the player

#

put it in starterplayer scripts and reference the prompt using

game.Workspace:WaitForChild("DisEnaProx")
humble field
bold hamlet
#

yep

humble field
#

game.Workspace:WaitForChild("DisEnaProx") would this replace any line of script i have or do i just move it to the very top?

bold hamlet
#

do you know atleast something about variables

#

reference the prompt

local prompt = game.Workspace:WaitForChild("DisEnaProx")
humble field
#

okay lemme test it