#What's wrong with my telportation script?
1 messages · Page 1 of 1 (latest)
is there any errors
Any errors like perforate said
you should instead do: hit.Parent:Move(location.Position + Vector3.new(0,3,0)
@silent pilot
No
.
Any errors.
is this a server script or localscript
It doesn't work when I go to it ingame
Localscript
there's your problem 
Alr ty
btw, do u know what is wrong with this?
nvm
wait
ill send problem in a sec
local Players = game:GetService("Players")
local MarketPlaceService = game:GetService("MarketplaceService")
local GamepassID = 1235310405
local ToolName = "Laser Gun"
Players.PlayerAdded:Connect(function(player)
player.CharacterAdded:Connect(function(character)
if MarketPlaceService:UserOwnsGamePassAsync(player.UserId, 1235310405) then
script[Laser Gun]:Clone().Parent = player.Backpack
end
end)
end)
this
@lucid cypress
Do I move to sss?
Or change type of script