Advertisement
Jezilas

RemoteEvent

Feb 2nd, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.12 KB | None | 0 0
  1. local rep = game.ReplicatedStorage
  2.  
  3. rep.payment.OnServerEvent:connect(function()
  4.    workspace.Baseplate:Remove()
  5. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement