When i press run i get the error message in the title of this topic wher the ‘player’ is the player’s user name why is this happening all i know is that when you start it and it pops up it won’t ever load the game.
workspace:WaitForChild(‘player’) is run by a script in the roblox engine not in a script i made
You should search for the player in game:GetService(“Players”) and look for their character.
local playerName = "patfre"
local player = game:GetService("Players"):WaitForChild(playerName)
local character = player.Character or player.CharacterAdded:Wait()
all plugins and models have worked 100% fine it only started after a made a very small change to a script just changing > to < so that is 100% not the problem either so i don’t know why