Advertisement
Guest User

Untitled

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