YandZ1

ooo1

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