Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Variables--
- local Ut = LoadLibrary("RbxUtility")
- local c, cf, v3, bc, ud = Ut.Create, CFrame.new, Vector3.new, BrickColor.new, UDim2.new
- local Prop = {"Parent", 'CFrame', 'Anchored', 'CanCollide','Shape','Material','Size'}
- repeat print("Waiting") wait(1) until workspace:FindFirstChild("Lord_Springy")
- local char = workspace:FindFirstChild("Lord_Springy")
- local tor = char:FindFirstChild("Torso")
- local uis = game:GetService("UserInputService")
- local input = uis
- --end--
- script.Name = 'JudgementAdmin'
- local re = c'RemoteEvent'{Parent = script, Name = "JudgementCom"}
- --game.Players.PlayerAdded:connect(function(newplr)
- --plr = game.Players:FindFirstChild("Lord_Springy")
- re.OnServerEvent:connect(function(plr)
- plr.Chatted:connect(function(msg, plrs)
- if msg:sub(1, 5) == "/e s " then
- print("hi")
- re:FireAllClients("{Server} ~ "..msg:sub(6))
- end
- end)
- end)
- --end)
Advertisement
Add Comment
Please, Sign In to add comment