#skip to end
93 messages · Page 1 of 1 (latest)
wat
why p2w that dev prod = teleport to end
i dont know how
do u wanna make it like a gui
** You are now Level 5! **
or direct buy and teleport
ok
like a area
thanks 🙏
oh can i just add it in when u finish it
ok sure
local mps = game:GetService("MarketplaceService")
script.Parent.MouseButtonClick:Connect(function()
mps:PromptProductPurchase(game.Players.LocalPlayer,~blank~ )
end)
that in a local script inside the gui
ok
im almost done
but dunno how to take the player to end
is your game based on level teams?
no its just basically teleporting the player to a area
in the place
like the end of the obby something like that
finish line
did u figure it out
oh
fuck this shit
just insert a part at the end
local mps = game:GetService("MarketplaceService")
local players = game:GetService("Players")
local Player = game
local function skip()
Player.Character.HumanoidRootPart.CFrame = ~part-name~ + Vector3.new(0,5,0)
if (reciept.ProductID == ~blank~ ) then
return Enum.ProductPurchaseDecision.PurchaseGranted
end
end
mps.ProcessReceipt = skip
where do i put the part
at the end
Player.Character.HumanoidRootPart.CFrame = ~part-name~ + Vector3.new(0,5,0)
where u want the player after they buy
here
ya
do i just change the part name
do i add these ( ) at the end
followed by (.CFrame)
no
ex, if part name is apple
replace ~part-name~ with apple.CFrame
oh where should i put the script
ok
i just created it from scratch
it didnt move me anywhere
any output?
ok
local mps = game:GetService("MarketplaceService")
local players = game:GetService("Players")
local Player = game
local function skip()
script.Parent.Triggered:Connect(function(plr)
plr.Character.HumanoidRootPart.CFrame = CFrame.new(workspace.~part~.Position)
end)
if (reciept.ProductID == ~blank~ ) then
return Enum.ProductPurchaseDecision.PurchaseGranted
end
end
mps.ProcessReceipt = skip
final, if this doesnt work
im done
let me try
plr.Character.HumanoidRootPart.CFrame = CFrame.new(workspace.~part~.Position)
wat should i replace here
just part name or . something
i did still didnt work sadly
** You are now Level 5! **
any error in output
no
thanks for trying tho
plr.Character.HumanoidRootPart.CFrame = CFrame.new(workspace.~part~.Position)
do i replace all this
@keen whale Doing that, ig it would teleport everyone to end
