--This script will auto touch platforms that dissapear after touch --Go and troll players XD local player = game.Players.LocalPlayer.Character.Head while true do for _, part in pairs(workspace:GetChildren()) do if part.Name == "사라지는 파트" then firetouchinterest(part, player, 1) firetouchinterest(part, player, 0) end end wait(2) --Input wait time befor touch again here (I recommend like 0.5-2 seconds) end