M16III

tag

Apr 10th, 2020
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.40 KB | None | 0 0
  1. local UserName = game:GetService('Players').LocalPlayer.Name
  2. local CE = {}
  3. local Variables = {
  4. workspace = game:GetService("Workspace"),
  5. players = game:GetService("Players")
  6. }
  7.  
  8. local MainUserP, MainUserW = Variables.players.LocalPlayer, Variables.workspace:FindFirstChild(UserName)
  9.  
  10. function CE:FireEvent(ItemName, Object, Property, Value)
  11. MainUserW:FindFirstChild(ItemName)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=Value,["Property"]=Property,["Object"]=Object})
  12. end
  13. game.Workspace.GiveTool:FireServer(XXX, "PompousTheCloud")
  14. MainUserP["Backpack"]:WaitForChild("PompousTheCloud").Parent = MainUserW
  15. CE:FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"Text","M16Lost#7821")
  16. CE:FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"TextScaled",false)
  17. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"]["Mesh"],"MeshId","0")
  18. wait(.1)
  19. CE:FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"],"MaxDistence","696969696")
  20. CE:FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"],"StudsOffset",Vector3.new(0,5,0))
  21. CE:FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"],"ClipsDescendants",false)
  22. CE:FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"TextColor3",Color3.new(0,0,0))
  23. CE:FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"TextStrokeColor3",Color3.new(151,0,0))
  24. CE:FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"TextSize","20")
  25. CE:FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"TextStrokeTransparency","0")
  26. CE:FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"Zindex","69")
  27. CE:FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"Size",UDim2.new(8, 0, 2, 0))
  28. CE:FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"Position",UDim2.new(-3.5, 0, -0.5, 0))
  29. CE:FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"],"Size",UDim2.new(4, 0, 4, 0))
  30. CE:FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"Font","Gotham")
  31. CE:FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"TextWrapped",false)
  32. CE:FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"],"AlwaysOnTop",true)
  33. MainUserW:WaitForChild("PompousTheCloud").Parent = nil
  34. end
  35. end)
Advertisement
Add Comment
Please, Sign In to add comment