of     1   

sonicboom8
#521552Saturday, February 23, 2008 11:33 PM GMT

how do i add teles that give you weapons???????????????
Frozzie
#521972Sunday, February 24, 2008 1:24 AM GMT

For the tele use something like this: function onTouched(part) if part.Parent ~= nil then local h = part.Parent:findFirstChild("Humanoid") if h~=nil then h.Torso.CFrame = CFrame.new(0, 0, 0) -- Place A Position Here function onTouched(part) if part.Parent ~= nil then local h = part.Parent:findFirstChild("Humanoid") if h~=nil then game.Parent.Parent.WEAPONHERE = player.Backpack end end end script.Parent.Touched:connect(onTouched) Not sure if it will work, if someone can improve on it then do so. Please note I made this by copying and editing certain scripts. Doubt it will work.

    of     1