Advertisement
Meliodas0_0

Prison life admin

Feb 1st, 2020
590
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. local Player = game.Players.LocalPlayer
  2.  
  3. Player.Chatted:connect(function(cht)
  4. if cht:match(":Remington") then
  5. workspace.Remote.ItemHandler:InvokeServer(workspace.Prison_ITEMS.giver["Remington 870"].ITEMPICKUP)
  6. game:GetService("StarterGui"):SetCore("SendNotification",{
  7. Title = "Given Remington";
  8. Text = "Yans shitty Admin script";
  9. })
  10.  
  11. wait(2)
  12.  
  13. game:GetService("StarterGui"):SetCore("SendNotification",{
  14. Title = "Loaded";
  15. Text = "Zach is fat and thats a fact";
  16. })
  17.  
  18. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = prepos
  19.  
  20. end
  21. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement