YandZ1

water

Jan 10th, 2020
750
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.45 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["Torso"],"Anchored",true)
  23. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"Size",Vector3.new(5,5,5))
  24. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"CanCollide",true)
  25. wait(.3)
  26. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"Size",Vector3.new(1000,0.5,1000))
  27. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"BrickColor",BrickColor.new("Light blue"))
  28. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"CanCollide",false)
  29.  
  30. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"Material","Glass")
  31. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"Shape","Block")
  32. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"Texture","rbxassetid://2675785344"..Texture)
  33.  
  34. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"Parent",parent)
  35. wait()
Advertisement
Add Comment
Please, Sign In to add comment