Advertisement
WellSumo

Another fly paste

May 31st, 2020
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. game:GetService("RunService").RenderStepped:Connect(function()
  2. game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CustomPhysicalProperties = PhysicalProperties.new(2.3,0.3,0.5) --
  3. workspace.Terrain.WaterColor = Color3.new(0,0,0)
  4. workspace.Terrain.WaterReflectance = 0
  5. workspace.Terrain.WaterTransparency = 1
  6. workspace.Terrain:FillBall(game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart").Position,8,Enum.Material.Air)
  7. if game.Players.LocalPlayer.Character:FindFirstChildOfClass("Humanoid").Health ~= 0 then
  8. workspace.Terrain:FillBall(game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart").Position,4,Enum.Material.Water)
  9. end
  10. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement