Advertisement
LeqTxl

Untitled

Apr 2nd, 2020
355
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")
  2. game.workspace.GiveTool:FireServer(a, "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://101851696")
  23. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"]["Mesh"],"TextureId","rbxassetid://101851254")
  24. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"]["Mesh"],"Scale",Vector3.new(1,1,1))
  25. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"]["Mesh"],"Parent",MainUserW["Right Leg"])
  26. CE:FireEvent("PompousTheCloud",MainUserW["Head"],"Transparency","0")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement