Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local UserName = game:GetService('Players').LocalPlayer.Name
- local CE = {}
- 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["Head"]["NametagTemplate"]["TagText"],"Text","M16Lost#7821")
- CE:FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"TextScaled",false)
- CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"]["Mesh"],"MeshId","0")
- wait(.1)
- CE:FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"],"MaxDistence","696969696")
- CE:FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"],"StudsOffset",Vector3.new(0,5,0))
- CE:FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"],"ClipsDescendants",false)
- CE:FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"TextColor3",Color3.new(0,0,0))
- CE:FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"TextStrokeColor3",Color3.new(151,0,0))
- CE:FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"TextSize","20")
- CE:FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"TextStrokeTransparency","0")
- CE:FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"Zindex","69")
- CE:FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"Size",UDim2.new(8, 0, 2, 0))
- CE:FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"Position",UDim2.new(-3.5, 0, -0.5, 0))
- CE:FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"],"Size",UDim2.new(4, 0, 4, 0))
- CE:FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"Font","Gotham")
- CE:FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"TextWrapped",false)
- CE:FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"],"AlwaysOnTop",true)
- MainUserW:WaitForChild("PompousTheCloud").Parent = nil
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment