Advertisement
1x1x1x1IAMbck

controls gui

Jun 19th, 2018
416
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. --// Controls \\--
  2.  
  3. local p = game:GetService("Players").LocalPlayer
  4.  
  5. if 1 then
  6. local MovesGui=Instance.new("ScreenGui",p:FindFirstChildOfClass("PlayerGui"))
  7. local Frm=Instance.new("Frame",MovesGui)Frm.BackgroundColor3=Color3.new()Frm.BorderSizePixel=0
  8. Frm.BackgroundTransparency=.5 Frm.Size=UDim2.new(.3,0,.5,0)local Show=true Frm.Position=UDim2.new(.7,0,.5,0)
  9. local idk=Instance.new("TextButton",Frm)idk.Size=UDim2.new(.5,0,.1,0)idk.Position=UDim2.new(-.5,0,.8,0)
  10. idk.Text="Hide"idk.TextStrokeTransparency=0 idk.BackgroundTransparency=.5 idk.BackgroundColor3=Color3.new()
  11. idk.BorderSizePixel=0 idk.TextColor3=Color3.new(1,1,1)
  12. idk.MouseButton1Click:connect(function()Show=not Show idk.Text=Show and "Hide"or"Show"end)
  13. local normal=Instance.new("TextLabel",Frm)normal.Size=UDim2.new(1,0,1,0)normal.TextStrokeTransparency=0
  14. normal.BackgroundTransparency=1 normal.TextColor3=Color3.new(1,1,1)
  15. normal.TextXAlignment="Left"normal.TextYAlignment="Top"
  16. normal.Text=[[Pink Sword by SakuraSylveonYT
  17. Original Purple Love Sword by ???
  18.  
  19. {Q - Toggle Gun/Sword}
  20. [Z - Rapid Shot]
  21. [X - Sticky Mine]
  22. [C - Flash Laser]
  23. [V - Energy Blast]
  24.  
  25. Gun Mode:
  26. [Z - Spin Slice]
  27. [X - ???]
  28. [C - Sword Projectile]
  29. [V - ???]
  30.  
  31. Gui by 1x1x1x1IAMbck
  32. ]]
  33. spawn(function()
  34. while game:service'RunService'.RenderStepped:wait()do
  35. Frm.Position=Frm.Position:lerp(UDim2.new(not Show and 1 or .7,0,.5,0),.1)
  36. end end)
  37. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement