Raptor Strike Resources
  • Welcome
  • Roblox Scripts
    • XP System
      • Installation
      • Extra Information
      • Settings File
    • Emote Menu
      • Installation
      • Extra Information
      • Settings File
  • Roblox Game Setups
    • Obby Template
      • Installation
      • Extra Information
      • Settings File
Powered by GitBook
On this page
  1. Roblox Scripts
  2. XP System

Settings File

A preview of the settings file, showing you what you can easily change with this script.

{
    XpMultiplier = 150, -- Amount to increment the each level's total XP by each time
    Notifications = {
        XpGain = {
            Enabled = true,
            DisplayTime = 3,
            Sound = {
                Id = "rbxassetid://99156997460462",
                Volume = .4,
                Pitch = 1
            }
        },
        LevelUp = {
            Enabled = true,
            DisplayTime = 4,
            SubtitleText = "You reached Level !", -- "" is replaced with the level of the player
            Sound = {
                Id = "rbxassetid://83281010892948",
                Volume = .4,
                Pitch = 1
            }
        }
    }
}
PreviousExtra InformationNextEmote Menu

Last updated 2 months ago