" Make Cash Giver Tool" | Via ServerScript or RemoteEvent (Tool)

I want to make a Cash giver Tool by Clicked (Active Tool)
But which one is better?

  1. Via ServerScript
    I put a Server Script inside a Tool directly.

  1. RemoteEvent
    I use a RemoteEvent Fire to Server to Get a Cash
    ClientSide :

ServerSide :

Both are work as I expected, So which one?

  • Via ServerScript
  • RemoteEvent
0 voters

Here game File :
InTool vs Remote.rbxl (58.4 KB)

Server script is more secure and can’t be exploited. Also basically the same performance.

With a remoteEvent, the client can fire it when they want. Either way it should work the same but without a remoteEvent, you will save a bit of the traffic rates or whatever. It is fine to have server scripts in tools.

You are making some nonsense
Make remoteevent inside replicated storage and fire it from tool
Remote handeling better be inside server script service as since it makes no sense for it to be elsewhere