Tutorial How to make a Tsunami in (roblox Studio)

Аватар автора
Ответные уроки
I share how to make a Tsunami in roblox Script: local o = script.Parent local debounce = false o.Touched:Connect(function(hit) if not debounce then debounce = true local h = hit.Parent:FindFirstChild("Humanoid") if h then --h.Health = 0 h:TakeDamage(60) end debounce = false end end) while wait() do script.Parent.CFrame = script.Parent.CFrame + script.Parent.CFrame.LookVector * -.9 end #robloxedit

0/0


0/0

0/0

0/0