1 -- get the lokalplayer 2 local player = game.Players.LocalPlayer 3 4 -- axxess the lokal player xharakter 5 local character = player.Character or player.CharacterAdded:Wait() 6 7 if character then 8 -- add the ff to it 9 local forceField = Instance.new("ForceField") 10 forceField.Parent = character 11 end