I am trying to do so when you are a certain player a local part creates. Here is the script:
local player = game.Players.LocalPlayer if player.Name == "Zuzur" then local part = Instance.new("Part", workspace) part.Position = workspace.j.Position end
It is in the workspace, and Filtering Enabled is on.