ServerScript
playerchar.PlayerRootPart.Movement.Velocity = Vector3.new(game.ReplicatedStorage.Database.Characters.Ace.MoveRate.Value,0,0) -- MoveRate is not a valid member of Folder
http://prntscr.com/9kpphb ...Um, yes it is.
halp
Maybe this will work?
local Rate = game.ReplicatedStorage.Database.Characters.Ace:WaitForChild("MoveRate") (Rate.Value,0,0)
Maybe... just maybe...
playerchar:WaitForChild("PlayerRootPart").Movement.Velocity = Vector3.new(game.ReplicatedStorage:WaitForChild("Database"):WaitForChild("Characters"):WaitForChild("Ace"):WaitForChild("MoveRate").Value,0,0)