#Urgent!! need help!

1 messages · Page 1 of 1 (latest)

tame thunder
#

im trying to create like a tycoon when u spawn it appear in a local and the design is a cave with a portal that sents to u, to a private world and im having some issues if someone know how to solve dm me pls!

zealous heartBOT
#

studio** You are now Level 1! **studio

coarse eagle
#

We will NOT help you

raven niche
#

that message is not quite correct

#

we will help you

#

we will not write code for you

raven niche
coarse eagle
raven niche
#

its called scripting "HELP"

coarse eagle
raven niche
#

shes having problems with their code

coarse eagle
raven niche
#

you should of asked to see the code

coarse eagle
#

God told me that she didn't make a thing

raven niche
#

you can still help without writing code

coarse eagle
#

Sure

raven niche
#

shes not sure how to do that

#

so you layout the basic framework

#

like how it works

coarse eagle
#

No

#

She just want us to work

tame thunder
#

no i just wanted help and understand how to work and get better, programation is hard and is alot harder when u dont have any help but ty for the words u gave

sterile forge
tame thunder
#

sure let me just get the code

#

local TeleportPlaceId = 106539451382990

-- Cria a interface
local screenGui = Instance.new("ScreenGui")
screenGui.Name = "TeleportRPGWorldUI"
screenGui.ResetOnSpawn = false

local button = Instance.new("TextButton")
button.Size = UDim2.new(0, 200, 0, 50)
button.Position = UDim2.new(0.5, -100, 0.8, 0)
button.Text = "Teleportar para RPG World"
button.BackgroundColor3 = Color3.fromRGB(50, 150, 255)
button.TextColor3 = Color3.fromRGB(255,255,255)
button.Font = Enum.Font.SourceSansBold
button.TextSize = 24
button.Parent = screenGui

screenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")

button.MouseButton1Click:Connect(function()
local TeleportService = game:GetService("TeleportService")
TeleportService:Teleport(TeleportPlaceId)
end)

#

@sterile forge

sterile forge
#

Need to add player

tame thunder
#

okok let me try

#

worked ty

#

i made some chances

#

changes

sterile forge
#

Your welcome good luck moving forward