Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- YOUNGMACKA123 --
- --Variables--
- char = game.Players.youngmacka123.Character
- hum = char.Humanoid
- spd = hum.WalkSpeed
- Humanoid = char.Humanoid
- RootPart = char["HumanoidRootPart"]
- Torso = char["Torso"]
- Head = char["Head"]
- RightArm = char["Right Arm"]
- LeftArm = char["Left Arm"]
- RightLeg = char["Right Leg"]
- LeftLeg = char["Left Leg"]
- RootJoint = RootPart["RootJoint"]
- Neck = Torso["Neck"]
- RightShoulder = Torso["Right Shoulder"]
- LeftShoulder = Torso["Left Shoulder"]
- RightHip = Torso["Right Hip"]
- LeftHip = Torso["Left Hip"]
- --Name--
- sur = Instance.new("BillboardGui", char.Head)
- sur.Name = "Billboard"
- sur.Adornee = char.Head
- sur.Size = UDim2.new(10, 0, 5, 0)
- sur.StudsOffset = Vector3.new(0, 2, 0)
- text = Instance.new("TextLabel", sur)
- text.Text = "YOUNGMACKA123"
- text.Size = UDim2.new(1, 0, 1, 0)
- text.TextScaled = true
- text.BackgroundTransparency = 1
- text.Font = Enum.Font.Arcade
- text.TextColor3 = Color3.new(0, 255, 0)
- text.TextStrokeTransparency = 0
- --Music--
- sound = Instance.new("Sound")
- sound.Parent = char.Head
- sound.SoundId = "rbxassetid://803592504"
- sound.Playing = true
- sound.Looped = true
- --Speed--
- spd = 50
- --Attacks--
- local ScreenGui = Instance.new("ScreenGui")
- local OBOI = Instance.new("TextButton")
- ScreenGui.Parent = game.Players.youngmacka123:WaitForChild("PlayerGui")
- ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- OBOI.Parent = ScreenGui
- OBOI.BackgroundColor3 = Color3.new(1, 1, 1)
- OBOI.BorderColor3 = Color3.new(0.207843, 0.109804, 0.109804)
- OBOI.BorderSizePixel = 2
- OBOI.Position = UDim2.new(0, 0, 0.931818187, 0)
- OBOI.Size = UDim2.new(0, 106, 0, 36)
- OBOI.Font = Enum.Font.SourceSans
- OBOI.Text = "o boi!"
- OBOI.TextColor3 = Color3.new(0, 0, 0)
- OBOI.TextScaled = true
- OBOI.TextSize = 14
- OBOI.TextWrapped = true
- OBOI.MouseButton1Click:Connect(function()
- ohboy = Instance.new("Sound",char.Head)
- ohboy.Parent = char.Head
- ohboy.SoundId = "rbxassetid://390901873"
- ohboy.Playing = true
- ohboy.MaxDistance = 100
- ohboy.EmitterSize = 25
- wait(1.25299999999999999999999999999)
- ohboy:Destroy()
- end)
- itstimetostop = Instance.new("TextButton")
- itstimetostop.Name = "itstimetostop"
- itstimetostop.Parent = ScreenGui
- itstimetostop.BackgroundColor3 = Color3.new(1, 1, 1)
- itstimetostop.BorderColor3 = Color3.new(0.207843, 0.109804, 0.109804)
- itstimetostop.BorderSizePixel = 2
- itstimetostop.Position = UDim2.new(0, 0, 0.806818187, 0)
- itstimetostop.Size = UDim2.new(0, 106, 0, 36)
- itstimetostop.Font = Enum.Font.SourceSans
- itstimetostop.Text = "sword"
- itstimetostop.TextColor3 = Color3.new(0, 0, 0)
- itstimetostop.TextScaled = true
- itstimetostop.TextSize = 14
- itstimetostop.TextWrapped = true
- itstimetostop.MouseButton1Click:Connect(function()
- yee = Instance.new("Sound",char.Head)
- yee.Parent = char.Head
- yee.SoundId = "rbxassetid://195587721"
- yee.Playing = true
- yee.MaxDistance = 100
- yee.EmitterSize = 25
- wait(1.25299999999999999999999999999)
- ohboy:Destroy()
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement