How to anchor a player?

I recommend adding LUA BLOCKS so we can maybe see it better.

if SomethingIsTrue then
game.Players.PlayerNameHere.Anchored = true
end
while true do
game.Workspace.Part.Transparency = 0
end
2 Likes