Advertisement
DarionBoy

ROBLOX float

Apr 10th, 2020
1,206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. Float_Height = "5" -- Your float height | 5 is default
  2.  
  3. local i=1
  4. G=game;
  5. _=wait;
  6. p=G:GetService("Players").LocalPlayer.Character
  7. p:FindFirstChild("Humanoid").HipHeight = Float_Height
  8. _(1.5);
  9. t=.4;
  10. n=2;
  11. for i=1,i do
  12. repeat p:FindFirstChild("Humanoid").HipHeight=Float_Height-n _(t)p:FindFirstChild("Humanoid").HipHeight=Float_Height+n _(t) until
  13. p:FindFirstChild("Humanoid").Health == 0
  14. endFloat_Height = "5" -- Your float height | 5 is default
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement