#How to teleport all players to a part (I did but not working)

6 messages · Page 1 of 1 (latest)

lethal mauve
#

a

#

for i, player in pairs(players) do
        local character = player.Character or player.CharacterAdded:Wait()
        character:MoveTo(destination.WorldPosition)
    end
    

#

this ain't working

true vale
#

use cframe

#

i will show you an example