|
if plr.TeamColor == BrickColor.new('New Yeller') then
plr.TeamColor = BrickColor.new('Bright red')
plr.Character.Torso.Position=plr.Character.Torso.Position.new(1000,66666,19600)
wait(10)
elseif
plr.TeamColor == BrickColor.new('Br. yellowish green') then
plr.TeamColor = BrickColor.new('New Yeller')
plr.Character.Torso.Position=plr.Character.Torso.Position.new(1000,66666,19600)
first of all the position thing is totally messed up
second when i run it, instead of changing you from br. yellowish green to new yeller it goes straight to bright red meanwhile that part of the script is first
https://www.youtube.com/watch?v=67qworViFpY |
|
|
*sees the Y in the position*
*leaves* |
|
|
lol
https://www.youtube.com/watch?v=67qworViFpY |
|
|
help pls
https://www.youtube.com/watch?v=67qworViFpY |
|
cntkillmeJoin Date: 2008-04-07 Post Count: 49450 |
Vector3.new |
|
|
like this?
plr.Character.Torso.Position=plr.Character.Torso.Position.Vector3.new(1000,666666,1613600)
https://www.youtube.com/watch?v=67qworViFpY |
|
|
help pl0x
https://www.youtube.com/watch?v=67qworViFpY |
|
LaedereJoin Date: 2013-06-17 Post Count: 23630 |
plr.Character.Torso.Position=plr.Character.Torso.Position.Vector3.new(1000,666666,1613600)
use
plr.Character.Torso.Position=plr.Character.Torso.Position+Vector3.new(1000,666666,1613600) |
|
|
ty
https://www.youtube.com/watch?v=67qworViFpY |
|
|
how to fix this problem w/ the script skipping the new yeller team
if plr.TeamColor == BrickColor.new('New Yeller') then
plr.TeamColor = BrickColor.new('Bright red')
plr.Character.Torso.Position=plr.Character.Torso.Position+Vector3.new(1000,6666,16600)
elseif plr.TeamColor == BrickColor.new('Br. yellowish green') then
plr.TeamColor = BrickColor.new('New Yeller')
plr.Character.Torso.Position=plr.Character.Torso.Position+Vector3.new(1000,6666,16130)
https://www.youtube.com/watch?v=67qworViFpY |
|
ZebvJoin Date: 2014-04-07 Post Count: 4140 |
game.Player.GetAllChildren
wait(69)
elseif
TeamColor ==BrickColour.Red then
ColourTeam.Workspace=Lighting.Vector69
wait(21)
Game.workspace.Player.Destroy()
end
end
end
end |
|
|
um anyone know how stop it from skipping one team?
https://www.youtube.com/watch?v=67qworViFpY |
|
ZebvJoin Date: 2014-04-07 Post Count: 4140 |
script.name = "Anti-TeamSwitch"
--[[ Settings ]]
local execute = false
--[[ Code ]]
game.workspace.Teams.lock
wait(0.01)
if skip then =false
1/46/2.6 pi+ 5550
(0.00001) then x 42 = true
if execute then
local datastorage = game:GetService
end
|
|
|
..
https://www.youtube.com/watch?v=67qworViFpY |
|