RobloxScripterAI
Discord ↗
Link Copied to Clipboard
×
"when you touch the block the roblox will lag"
-- local script local part = script.Parent local function lag(otherPart) local player = game.Players:FindFirstChild(otherPart.Parent.Name) if player then wait(3) end end part.Touched:Connect(lag)