Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Does this script work?

Asked by 8 years ago

I have not tried this script so can you tell me if this is right?

local boss = game.Players.Player1
local bossModel = game.Workspace:FindFirstChild(boss.Name)
1
There's a Character property of Player; boss.Character Redbullusa 1580 — 8y

1 answer

Log in to vote
2
Answered by
Shawnyg 4330 Trusted Badge of Merit Snack Break Moderation Voter Community Moderator
8 years ago

That script will work if you have the Player 'Player1' in the server. You could make it a local script within Backpack, and target the player using game.Players.LocalPlayer

Ad

Answer this question