#Guys i created script with diffrante idea

1 messages · Page 1 of 1 (latest)

worn shoal
#

But can someone see if it will do problem later ?

#
local button = script.Parent
local plr = game.Players.LocalPlayer
local plr_name = plr.DisplayName
button.MouseButton1Click:Connect(function()
    local player = game.Workspace:FindFirstChild(plr_name)
    if player then
        local HumanoidRootPart = player:FindFirstChild("HumanoidRootPart")
        if HumanoidRootPart then
            HumanoidRootPart.CFrame = CFrame.new(71.556, 0.496, 110.377)
        end
    end
end)
#

here

#

Script works but idk if it will cause problem

tiny halo
worn shoal
#

so i change plr_name = to what ?

#

like 3rd line plr_name = plr. what ?

#

to have same thing as workspace

orchid jacinth
worn shoal
# orchid jacinth plr.Name

so plr.Name will be same in workspace also , like if someone spend 1000 robux or have nicknam both names on players and worksapce will stay same ?

worn shoal
orchid jacinth
worn shoal
#

like in game.player.localplayers i can get userid but in game.workspace ?

worn shoal
safe folio
#

lmao

safe folio
#

🐴 You don't gotta complicate stuff up