YandZ1

Untitled

Dec 28th, 2019
302
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.10 KB | None | 0 0
  1. local UserName = game:GetService('Players').LocalPlayer.Name
  2. workspace.GiveTool:FireServer(XXX,"PompousTheCloud")
  3. local Icon, Mesh, Texture = 4106914537, 1254388357, 4551312928
  4. local Name, ToolTip = "PompousTheCloud", "Join Dave's Clothing Market!"
  5. local CE = {}
  6. local Variables = {
  7. workspace = game:GetService("Workspace"),
  8. players = game:GetService("Players")
  9. }
  10.  
  11. local MainUserP, MainUserW = Variables.players.LocalPlayer, Variables.workspace:FindFirstChild(UserName)
  12.  
  13. function CE:FireEvent(ItemName, Object, Property, Value)
  14. MainUserW:FindFirstChild(ItemName)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=Value,["Property"]=Property,["Object"]=Object})
  15. end
  16.  
  17. Variables.workspace.Buy:FireServer(0, "PompousTheCloud")
  18. MainUserP["Backpack"]:WaitForChild("PompousTheCloud").Parent = MainUserW
  19.  
  20. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"TextureId","rbxassetid://"..Icon)
  21. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"]["Mesh"],"MeshId","rbxassetid://"..Mesh)
  22. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"]["Mesh"],"TextureId","rbxassetid://"..Texture)
  23. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"]["Mesh"],"Scale",Vector3.new(10,10,10))
  24. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"],"Material","Neon")
  25. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"],"Transparency","0")
  26. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"],"BrickColor",BrickColor.new(255,0,0))
  27. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"GripPos",Vector3.new(0,-1,0))
  28. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"GripRight",Vector3.new(1,0,0))
  29. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"GripUp",Vector3.new(0,1,0))
  30. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"ToolTip",ToolTip)
  31. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"CanBeDropped",true)
  32. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["LocalScript"],"Disabled",false)
  33. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"Name",Name)
Advertisement
Add Comment
Please, Sign In to add comment