I'm trying to make custom abilities for certain people but I don't know how to do this, please help
Local script in StarterGui / StarterPlayer.StarterPlayersScripts / StarterPack ...
game.Players.LocalPlayer.CharacterAdded:Connect(function(Character) if Character.Name=='SwordsDestinyGames'or'name2'or'name3'then Character.Humanoid.WalkSpeed=100 -- example end end)
local player = game.Players.LocalPlayer local char = player.Character or CharacterAdded:wait()