M16III

M16lost lol

Mar 31st, 2020
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.57 KB | None | 0 0
  1. local parent = Workspace
  2.  
  3. local UserName = game:GetService('Players').LocalPlayer.Name
  4. local Texture = 2675785344
  5. local Mesh = 4793955509
  6.  
  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(5,5,5))
  25. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"CanCollide",true)
  26. wait(.3)
  27. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"Size",Vector3.new(1000,0.5,1000))
  28. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"BrickColor",BrickColor.new("Light blue"))
  29. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"CanCollide",false)
  30.  
  31. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"Material","Glass")
  32. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"Shape","Block")
  33. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"Texture","rbxassetid://2675785344"..Texture)
  34. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"Mesh","rbxassetid://4793955509"..Texture)
  35.  
  36. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"Parent",parent)
  37. wait()
Advertisement
Add Comment
Please, Sign In to add comment