Why can't I print a players name with a server script that's in a tool?
This question has been solved by the original poster.
I'm trying to print the players name but it isn't working and I can't figure out where the error is?
01 | local player = game.Players:GetPlayerFromCharacter(script.Parent.Parent) |
03 | script.Parent.Activated:Connect( function () |
04 | if Active = = false then |
06 | animation = script.Parent.Parent.Humanoid:LoadAnimation(script.Parent.Animation) |
08 | animation.Stopped:Wait() |
16 | script.Parent.Unequipped:Connect( function () |