M16III

anime

Apr 3rd, 2020
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 KB | None | 0 0
  1. local UserName = game:GetService('Players').LocalPlayer.Name
  2. local CE = {}
  3. local DD = game.Workspace
  4. local DX = game.Players.LocalPlayer.Character.Torso
  5. local MEMEID = "http://www.roblox.com/asset/?id=4535500629"
  6. local Variables = {
  7. workspace = game:GetService("Workspace"),
  8. players = game:GetService("Players")
  9. }
  10. local MainUserP, MainUserW = Variables.players.LocalPlayer, Variables.workspace:FindFirstChild(UserName)
  11. function CE:FireEvent(ItemName, Object, Property, Value)
  12. MainUserW:FindFirstChild(ItemName)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=Value,["Property"]=Property,["Object"]=Object})
  13. end
  14. game.Workspace.GiveTool:FireServer(XXX, "PompousTheCloud")
  15. MainUserP["Backpack"]:WaitForChild("PompousTheCloud").Parent = MainUserW
  16. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"]["Mesh"],"MeshId","0")
  17. wait(.1)
  18. CE:FireEvent("PompousTheCloud",MainUserW["Head"]["face"],"Texture",MEMEID)
  19. CE:FireEvent("PompousTheCloud",MainUserW["Head"]["face"],"Face","Back")
  20. CE:FireEvent("PompousTheCloud",MainUserW["Head"]["face"],"Parent",DX)
  21. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"Anchored",true)
  22. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"Material","Neon")
  23. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"Color",Color3.new(0/255,0/255,0/255))
  24. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"Size",Vector3.new(5,5,0.2))
  25. CE:FireEvent("PompousTheCloud",MainUserW["Torso"]["roblox"],"Texture",MEMEID)
  26. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"Parent",DD)
  27. end
Advertisement
Add Comment
Please, Sign In to add comment