chevron_leftchevron_leftchevron_left
    of     2   

Lamatron9000
#37105998Tuesday, November 16, 2010 10:59 PM GMT

Actully in workspace there where a few the where just inside each other. So how would I make it go to a different spot for each person?
Bianca7
#37106567Tuesday, November 16, 2010 11:07 PM GMT

Free modeled gui script, But Im going to fix it. model = game.Workspace.BulletBike backup = model:clone() function onClicked() model:remove() wait(.1) model2 = backup:clone() model2.Parent = game.Workspace model2:makeJoints() end script.Parent.MouseButton1Click:connect(onClicked)
Bianca7
#37106687Tuesday, November 16, 2010 11:09 PM GMT

game.Workspace.BulletBike:MoveTo(0,0,0) --Change to the positions (Also I dont know if this works because I haven't tried it yet)
Lamatron9000
#37110606Wednesday, November 17, 2010 12:10 AM GMT

How do you print the people in a game? Is it like this: for i, v in pairs(game.Workspace.Children:GetChildren()) do print "Children"
Lamatron9000
#37110982Wednesday, November 17, 2010 12:16 AM GMT

If thats incorrect what is correct?

chevron_leftchevron_leftchevron_left
    of     2