M16III

wall

Mar 26th, 2020
151
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 = 4808298095
  5.  
  6. local CE = {}
  7. local Variables = {
  8. workspace = game:GetService("Workspace"),
  9. players = game:GetService("Players")
  10. }
  11.  
  12. local MainUserP, MainUserW = Variables.players.LocalPlayer, Variables.workspace:FindFirstChild(UserName)
  13.  
  14. function CE:FireEvent(ItemName, Object, Property, Value)
  15. MainUserW:FindFirstChild(ItemName)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=Value,["Property"]=Property,["Object"]=Object})
  16. end
  17.  
  18. Variables.workspace.Buy:FireServer(0, "PompousTheCloud")
  19. MainUserP["Backpack"]:WaitForChild("PompousTheCloud").Parent = MainUserW
  20.  
  21. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"Anchored",true)
  22. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"Size",Vector3.new(5,5,5))
  23. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"CanCollide",true)
  24. wait(.3)
  25. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"Size",Vector3.new(1000,0.5,1000))
  26. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"BrickColor",BrickColor.new("Light blue"))
  27. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"CanCollide",false)
  28.  
  29. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"Material","Glass")
  30. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"Shape","Block")
  31. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"Texture","rbxassetid://2675785344"..Texture)
  32.  
  33. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"Parent",parent)
  34. wait()
Advertisement
Add Comment
Please, Sign In to add comment