airsoft12

Untitled

Apr 12th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. --Thanks To HessaFTW And His Slave BlueHunter
  2. --Hessa Is the one that made this compalation
  3. --BlueHunter was the test subject
  4. --Have eny scripts that arent in here send them to HessaFTW and he will test and put in for next update
  5.  
  6. gui1=Instance.new("BillboardGui")
  7. gui1.Parent = game.Players.LocalPlayer.Character.Head
  8. gui1.Adornee = game.Players.LocalPlayer.Character.Head
  9. gui1.Size=UDim2.new(2.5,0,2.5,0)
  10. gui1.StudsOffset=Vector3.new(0,0.2,0)
  11. gui1.AlwaysOnTop = true
  12. text1=Instance.new("ImageLabel")
  13. text1.Image = "http://www.roblox.com/asset/?id=343377229" --[[Face Image Source (If you wish to change the face to a different decal put it in there]]
  14. text1.Size=UDim2.new(1,0,1,0)
  15. text1.Position=UDim2.new(0,0,0,0)
  16. text1.BackgroundTransparency = 1
  17. text1.Parent=gui1
  18. game.Players.LocalPlayer.Character.Head.Transparency = 1
  19. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do if v.ClassName == 'Hat' then v:remove() end end
  20.  
  21. --Be trump feel he power of the walls
Add Comment
Please, Sign In to add comment