YandZ1

tube

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