kingkoolie

Untitled

Feb 18th, 2017
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. --Variables--
  2. local Ut = LoadLibrary("RbxUtility")
  3. local c, cf, v3, bc, ud = Ut.Create, CFrame.new, Vector3.new, BrickColor.new, UDim2.new
  4. local Prop = {"Parent", 'CFrame', 'Anchored', 'CanCollide','Shape','Material','Size'}
  5. repeat print("Waiting") wait(1) until workspace:FindFirstChild("Lord_Springy")
  6. local char = workspace:FindFirstChild("Lord_Springy")
  7. local tor = char:FindFirstChild("Torso")
  8.  
  9. local uis = game:GetService("UserInputService")
  10. local input = uis
  11. --end--
  12. script.Name = 'JudgementAdmin'
  13. local re = c'RemoteEvent'{Parent = script, Name = "JudgementCom"}
  14. --game.Players.PlayerAdded:connect(function(newplr)
  15. --plr = game.Players:FindFirstChild("Lord_Springy")
  16. re.OnServerEvent:connect(function(plr)
  17. plr.Chatted:connect(function(msg, plrs)
  18. if msg:sub(1, 5) == "/e s " then
  19. print("hi")
  20. re:FireAllClients("{Server} ~ "..msg:sub(6))
  21. end
  22. end)
  23. end)
  24. --end)
Advertisement
Add Comment
Please, Sign In to add comment