Advertisement
DrakerMaker

hehehe

Jul 29th, 2018
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. local d = game.Players.LocalPlayer
  2. d.PlayerGui.Instance.new("ScreenGui")
  3. d.PlayerGui.ScreenGui.Instance.new("TextLabel")
  4. d.PlayerGui.ScreenGui.TextLabel.Text = ("Controls: E = Swing, F = Blast, T = Taunt, Click = Target, B, = Kill Target")
  5. d.PlayerGui.ScreenGui.TextLabel.Position = {0, 960},{0, 120}
  6. d.PlayerGui.ScreenGui.TextLabel.Size = {0, 960},{0, 120}
  7. d.PlayerGui.ScreenGui.TextLabel.TextScaled = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement