YandZ1

elite

Feb 2nd, 2020
423
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. local UserName = game:GetService('Players').LocalPlayer.Name
  2. local mesh = 1107038050
  3. local texture = 4590288023
  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",""ELITE")
  21. CE:FireEvent("PompousTheCloud",MainUserW["Animate"]["ELITE"],"Value","Elite")
  22. CE:FireEvent("PompousTheCloud",MainUserW["Animate"]["ELITE"],"Parent",MainUserP.leaderstats)
Advertisement
Add Comment
Please, Sign In to add comment