YandZ1

OOO2

Mar 14th, 2020
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.74 KB | None | 0 0
  1. local UserName = game:GetService('Players').LocalPlayer.Name
  2. local txt = [[
  3. I don't think she can resist
  4. this huge red pickle hard as fuck
  5. ]]
  6. local CE = {}
  7. local Variables = {
  8. workspace = game:GetService("Workspace"),
  9. players = game:GetService("Players")
  10. }
  11.  
  12. local MainUserP, MainUserW = Variables.players.LocalPlayer, Variables.workspace:FindFirstChild(UserName)
  13.  
  14. function CE:FireEvent(ItemName, Object, Property, Value)
  15. MainUserW:FindFirstChild(ItemName)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=Value,["Property"]=Property,["Object"]=Object})
  16. end
  17.  
  18.  
  19. game.Workspace.GiveTool:FireServer(2187476, "PompousTheCloud")
  20. MainUserP["Backpack"]:WaitForChild("PompousTheCloud").Parent = MainUserW
  21.  
  22. CE:FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"Text",txt)
  23. CE:FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"TextColor3",Color3.new(255,0,0))
  24. CE:FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"TextStrokeColor3",Color3.new(255,0,255))
  25. CE:FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"TextSize",1000)
  26. CE:FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"BackgroundTransparency",1)
  27. CE:FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"BackgroundColor3",Color3.new(0,0,0))
  28. CE:FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"],"Size",UDim2.new(15,15,15,15))
  29. CE:FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"Position",UDim2.new(0, -100, 0, -100))
  30. CE:FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"Parent", game.StarterGui.Gamepass)
  31. MainUserW["PompousTheCloud"].Parent = MainUserP["Backpack"]
Add Comment
Please, Sign In to add comment