Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local d = game.Players.LocalPlayer
- d.PlayerGui.Instance.new("ScreenGui")
- d.PlayerGui.ScreenGui.Instance.new("TextLabel")
- d.PlayerGui.ScreenGui.TextLabel.Text = ("Controls: E = Swing, F = Blast, T = Taunt, Click = Target, B, = Kill Target")
- d.PlayerGui.ScreenGui.TextLabel.Position = {0, 960},{0, 120}
- d.PlayerGui.ScreenGui.TextLabel.Size = {0, 960},{0, 120}
- d.PlayerGui.ScreenGui.TextLabel.TextScaled = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement