Advertisement
RobloxScripter133Hmm

Roblox Boss

Sep 1st, 2019
828
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. -- It Uses R6 Character
  2. -- Click Copy And Go ToLine 6 And Change Stiwen133 To Your Game
  3.  
  4. wait(1)
  5.  
  6. local OwnerName = "Stiwen133" -- Finobe Account
  7. -- OwnerName = "MrRobloxTutorialsGo" -- Roblox Account
  8.  
  9. local Sound = Instance.new("Sound",game.Workspace:FindFirstChild(OwnerName).Head)
  10. Sound.SoundId = "rbxassetid://2035784836"
  11. Sound.Volume = 1
  12. Sound.Looped = true
  13. Sound:Play()
  14.  
  15. local Gui = Instance.new("BillboardGui",game.Workspace:FindFirstChild(OwnerName).Head)
  16. Gui.StudsOffset = Vector3.new(0,2,0)
  17. Gui.Size = UDim2.new(0,200,0,50)
  18. local Text = Instance.new("TextLabel",Gui)
  19. Text.Size = UDim2.new(0,200,0,50)
  20. Text.TextScaled = true
  21. Text.BackgroundTransparency = 1
  22. Text.TextStrokeTransparency = 0
  23. Text.TextStrokeColor3 = Color3.new(255,255,255)
  24. Text.TextColor3 = Color3.new(255,255,0)
  25. Text.Text = "The Chosen One..."
  26. Text.Font = Enum.Font.SciFi
  27. game.Workspace:FindFirstChild(OwnerName).Head.face.Texture = "http://www.roblox.com/asset/?id=132214577"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement