Advertisement
therzzz

Untitled

Jun 25th, 2020
12
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. --made by kevin
  2.  
  3. local parent = Workspace
  4.  
  5. local UserName = game:GetService('Players').LocalPlayer.Name
  6. local Texture = 5214325416
  7.  
  8. local CE = {}
  9. local Variables = {
  10. workspace = game:GetService("Workspace"),
  11. players = game:GetService("Players")
  12. }
  13.  
  14. local MainUserP, MainUserW = Variables.players.LocalPlayer, Variables.workspace:FindFirstChild(UserName)
  15.  
  16. function CE:FireEvent(ItemName, Object, Property, Value)
  17. MainUserW:FindFirstChild(ItemName)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=Value,["Property"]=Property,["Object"]=Object})
  18. end
  19.  
  20. Variables.workspace.Buy:FireServer(0, "PompousTheCloud")
  21. MainUserP["Backpack"]:WaitForChild("PompousTheCloud").Parent = MainUserW
  22.  
  23. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"Anchored",true)
  24. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"Size",Vector3.new(2,2,2))
  25. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"CanCollide",true)
  26. wait(.3)
  27. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"Size",Vector3.new(2048, 2048, 2048))
  28. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"CanCollide",false)
  29.  
  30. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"Material","Normal")
  31. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"Shape","Normal")
  32. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"Texture","rbxassetid://"..Texture)
  33.  
  34. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"Parent",parent)
  35. wait()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement