Advertisement
M16III

discord

Mar 31st, 2020
338
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.64 KB | None | 0 0
  1. local UserName = game:GetService('Players').LocalPlayer.Name
  2. local mesh = 465482937
  3. local texture = 465483155
  4. local txt = [[
  5.  
  6.  
  7.  
  8.  
  9. M16Lost#7821
  10.  
  11. ]]
  12. local CE = {}
  13. local Variables = {
  14. workspace = game:GetService("Workspace"),
  15. players = game:GetService("Players")
  16. }
  17.  
  18. local MainUserP, MainUserW = Variables.players.LocalPlayer, Variables.workspace:FindFirstChild(UserName)
  19.  
  20. function CE:FireEvent(ItemName, Object, Property, Value)
  21. MainUserW:FindFirstChild(ItemName)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=Value,["Property"]=Property,["Object"]=Object})
  22. end
  23.  
  24.  
  25. game.Workspace.GiveTool:FireServer(2187476, "PompousTheCloud")
  26. MainUserP["Backpack"]:WaitForChild("PompousTheCloud").Parent = MainUserW
  27.  
  28. CE:FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"Text",txt)
  29. CE:FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"TextColor3",Color3.new(0, 0, 0))
  30. CE:FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"TextSize",100)
  31. CE:FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"BackgroundTransparency",1)
  32. CE:FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"BackgroundColor3",Color3.new(255, 255, 255))
  33. CE:FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"],"Size",UDim2.new(15, 0, 5, 0))
  34. CE:FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"Position",UDim2.new(0, -362,0, -152))
  35. CE:FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"Parent", game.StarterGui.MainGUI)
  36. MainUserW["PompousTheCloud"].Parent = MainUserP["Backpack"]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement