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!
server script.
Do NOT use a localscript for things like these because they will allow exploiters to give themselves gold/coins.