Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

What is the best way to give a player gold once touching a part?

Asked by 3 years ago

I am making a speedrun game and I want to give a player gold once they touch a teleport brick to go to the next level. Is the best approach to this using a server script or a localscript within the part and using remote events? Thank you!

0
Definitely a ServerScript to prohibit exploitation, and it's easier. AntoninFearless 622 — 3y

2 answers

Log in to vote
0
Answered by 3 years ago

server script.

0
local scripts will allow exploiters to give themselves infinite gold. BulletproofVast 1033 — 3y
Ad
Log in to vote
0
Answered by
spectsy 16
3 years ago

Do NOT use a localscript for things like these because they will allow exploiters to give themselves gold/coins.

Answer this question