Events
Change the flow of your experience using the following events.
self.TouchedPlayer
self.TouchedPlayerself.TouchedPlayer = function(player: Player)
player:kill()
endworld.heartbeat:Connect(function)
world.heartbeat:Connect(function)local score = 0
function beat(deltaTime: number)
score = score + 1
end
world.heartbeat:Connect(beat)Last updated