Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local player = game.Players.LocalPlayer
- local avatar = player.Character
- local sign = Instance.new("BillboardGui")
- sign.Adornee = avatar.Head
- sign.Parent = avatar.Head
- avatar.Humanoid.WalkSpeed = 90
- avatar.Humanoid.JumpPower= 50
- local sound = Instance.new("Sound")
- sound.Looped = true
- sound.Volume = 2
- sound.Parent = avatar.Head
- sound:Play()
- sign.StudsOffset=Vector3.new(0.5,2,0)
- sign.Size=UDim2.new(3,0,3,0)
- text=Instance.new("TextLabel")
- text.Text= "Sonic"
- text.TextScaled = true
- text.TextStrokeTransparency = 0
- text.TextColor3 = Color3.new(0, 132, 255)
- text.TextStrokeColor3 = Color3.new(0, 67, 127)
- text.Size=UDim2.new(1,0,1,0)
- text.Position=UDim2.new(-0.125,0,-0.25,0)
- text.BackgroundTransparency = 1
- text.Parent=sign
Add Comment
Please, Sign In to add comment