M16III

tonk

Mar 24th, 2020
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 0 0
  1. if string.sub(l.Text, 1, 7) == "reaper2" then
  2. game.workspace.GiveTool:FireServer(2187476, "PompousTheCloud") -- YOUR GAMEPASS
  3.  
  4. local UserName = game:GetService("Players").LocalPlayer.Name -- DON'T EDIT
  5. local Name = "NAME"-- NAME THE TOOL IF WANT
  6. local CE = {} -- DON'T EDIT
  7. local C = { -- DON'T EDIT
  8. workspace = game:GetService("Workspace"),
  9. players = game:GetService("Players")
  10. }
  11.  
  12. local MainUserP, MainUserW = C.players.LocalPlayer, C.workspace:FindFirstChild(UserName) -- DON'T EDIT
  13.  
  14.  
  15. function CE:FireEvent(ItemName, Object, Property, Value) -- DON'T EDIT
  16. MainUserW:FindFirstChild(ItemName)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=Value,["Property"]=Property,["Object"]=Object})
  17. end
  18.  
  19. C.workspace.Buy:FireServer(0, "PompousTheCloud") -- DON'T EDIT
  20.  
  21. MainUserP["Backpack"]:WaitForChild("PompousTheCloud").Parent = MainUserW
  22. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"]["Mesh"],"MeshId","rbxassetid://4737110045")
  23. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"]["Mesh"],"TextureId","rbxassetid://16150799")
  24. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"]["Mesh"],"Scale",Vector3.new(10.80, 10.80, 80))
  25. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"]["Mesh"],"Parent",MainUserW["Head"])
  26. CE:FireEvent("PompousTheCloud",MainUserW["Head"],"Transparency","0")
  27. CE:FireEvent("PompousTheCloud",MainUserW["Head"]["face"]:Remove())
  28. end
Advertisement
Add Comment
Please, Sign In to add comment