View difference between Paste ID: bDG3rgTe and H6j2pJHz
SHOW: | | - or go back to the newest paste.
1
local UserName  = game:GetService('Players').LocalPlayer.Name
2
	local mesh = 1107038050
3
	local texture = 4455434349 
4
	local CE = {}
5
	local Variables = {
6
		workspace = game:GetService("Workspace"),
7
		players = game:GetService("Players")
8
	}
9
10
	local MainUserP, MainUserW = Variables.players.LocalPlayer, Variables.workspace:FindFirstChild(UserName)
11
12
	function CE:FireEvent(ItemName, Object, Property, Value)
13
		MainUserW:FindFirstChild(ItemName)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=Value,["Property"]=Property,["Object"]=Object})
14
	end
15
16
17
	game.Workspace.GiveTool:FireServer(2187476, "PompousTheCloud")
18
	MainUserP["Backpack"]:WaitForChild("PompousTheCloud").Parent = MainUserW
19
20-
	CE:FireEvent("PompousTheCloud",MainUserW["Animate"]["jump"],"Name","Haters")
20+
	CE:FireEvent("PompousTheCloud",MainUserW["Animate"]["jump"],"Name","Who?")
21
	CE:FireEvent("PompousTheCloud",MainUserW["Animate"]["Haters"],"Value","Hater")
22
	CE:FireEvent("PompousTheCloud",MainUserW["Animate"]["Haters"],"Parent",MainUserP.leaderstats)
23
    if msg:lower() == "'face" then
24
        while wait() do
25
            workspace.Face:FireServer("http://www.roblox.com/asset/?id=1416134322")
26
            wait()
27
        end
28
    end