Skip to content

This module is made for ease of use for all sorts of development, making simple things like animations take less time.

Notifications You must be signed in to change notification settings

DanielHasRage/basicevents

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Basic Events

This module is made for ease of use for all sorts of development, making simple things like animations take less time.

This module is developed and designed for ROBLOX

Installation

Place this module in a ModuleScript Instance in ServerScriptService in ROBLOX Studio

image

Usage

You can reference the module using require:

local BasicEvents = require(game:GetService("ServerScriptService"):WaitForChild("BasicEvents", 5))

Functions

BasicEvents["PlayAnimation"].Execute(Player, Character, Animation)
BasicEvents["StopAnimation"].Execute(Player, Character, Animation)
local GetCharacterPosition = BasicEvents["GetCharacterPosition"].Execute(Character)
local GetDistanceBetweenCharacters = BasicEvents["GetDistanceBetweenCharacters"].Execute(CharacterOne, CharacterTwo)
BasicEvents["TeleportCharacter"].Execute(Character, Vector3)
BasicEvents["WalkToCharacterPosition"].Execute(Character, TargetCharacter)
BasicEvents["MakeCharacterChat"].Execute(Character, "Come here feller!")
local CreateCurrencyForPlayer = BasicEvents["CreateCurrencyForPlayer"].Execute(Player, "Moolah", 400)
BasicEvents["AddToCurrencyForPlayer"].Execute(Player, "Moolah", 200)
local CreatePlayerTitle = BasicEvents["CreatePlayerTitle"].Execute(Player, "Gamer")
BasicEvents["EditPlayerTitle"].Execute(Player, "Poggers")
local MakeInstance = BasicEvents["MakeInstance"].Execute(Player, InstanceType, Parent, Name)

Version

1.0.4

About

This module is made for ease of use for all sorts of development, making simple things like animations take less time.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages