#the proximity prompt doesnt print
1 messages · Page 1 of 1 (latest)
LocalScripts cannot run in Workspace
its not a local script
** You are now Level 6! **
Barely read that image, apologies. What have you done to debug this code, @lean depot?
Are you seeing "hello?" in the console?
yes hello works, but working doesnt print
i was testing to see if it even works and it doesnt
i have no idea why it doesnt work
Do you see the proximity prompt come up?
i remade it multiple times and watched tutorials to see if i was doing anything wrong
i still dont know what is happening
bro no matter what i try
it doesnt work
BRO
I MADE A NEW GAME TO SEE IF IT WORKS
AND IT WORKS IN THE NEW GAME
IM DOING NOTHING DIFFERENT
BRO
WHY
WHAT IS THIS
IT WORKS IN SOME GAMES AND DOESNT IN OTHERS?
WTH
new game:
Just so you know its not your code that’s wrong its something else making it not work
fixed it
i was teleporting the humanoidrootpart with caused some bugs with proximity prompt
Are you teleporting them by modifying their position?
Teleport using cframe, or PivotTo on their model
what is the difference between pivotTo and moveto?
Read the documentation
pivotTo() makes you go to the position/cframe of something (i forgot which one it is), while moveto is the same thing as pivotTo() but it requires a humanoid
such as blahblah.Humanoid:MoveTo(wherever you want the "blahblah" to walk to)
pivotTo can only be used for models im pretty sure
model:PivotTo(random part position)