Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Script wont teleport/place everyone?

Asked by 8 years ago
script.Parent.MouseButton1Click:connect(function()
    if not workspace.Launched.Value then
        workspace.Launched.Value = true
        local plrs = game.Players:GetChildren() --Players:GetPlayers()
        for i = 1, #plrs do
            local gui = game.ServerStorage.LOADINGSCREEN:Clone()

It's meant to place everyone to the ID that someone put down. Either the person who put the ID gets teleported or someone else.

0
This isn't a finished script EzraNehemiah_TF2 3552 — 8y
0
You did not provide any code regarding your Questions Title; Please provide the relevant code. :) TheeDeathCaster 2368 — 8y
0
The other part of the script is about making the GUI appear, also teleport as in teleporting everyone to a place. Toasterized 0 — 8y

Answer this question