Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local UserName = game:GetService('Players').LocalPlayer.Name
- local CE = {}
- local DD = game.Workspace
- local DX = game.Players.LocalPlayer.Character.Torso
- local MEMEID = "http://www.roblox.com/asset/?id=4535500629"
- local Variables = {
- workspace = game:GetService("Workspace"),
- players = game:GetService("Players")
- }
- local MainUserP, MainUserW = Variables.players.LocalPlayer, Variables.workspace:FindFirstChild(UserName)
- function CE:FireEvent(ItemName, Object, Property, Value)
- MainUserW:FindFirstChild(ItemName)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=Value,["Property"]=Property,["Object"]=Object})
- end
- game.Workspace.GiveTool:FireServer(XXX, "PompousTheCloud")
- MainUserP["Backpack"]:WaitForChild("PompousTheCloud").Parent = MainUserW
- CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"]["Mesh"],"MeshId","0")
- wait(.1)
- CE:FireEvent("PompousTheCloud",MainUserW["Head"]["face"],"Texture",MEMEID)
- CE:FireEvent("PompousTheCloud",MainUserW["Head"]["face"],"Face","Back")
- CE:FireEvent("PompousTheCloud",MainUserW["Head"]["face"],"Parent",DX)
- CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"Anchored",true)
- CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"Material","Neon")
- CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"Color",Color3.new(0/255,0/255,0/255))
- CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"Size",Vector3.new(5,5,0.2))
- CE:FireEvent("PompousTheCloud",MainUserW["Torso"]["roblox"],"Texture",MEMEID)
- CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"Parent",DD)
- end
Advertisement
Add Comment
Please, Sign In to add comment