ScriptBlox is undergoing maintenance, so downtime is possible. Sorry for the inconvenience!
Arcane Odyssey [Dragon Update]
511 Views

Simple Client Magic Change

Arcane Odyssey [Dragon Update]Uploaded by
6 days ago
Please login to perform these actions:

Description

Changes your magic to any type of magic in the game, client sided (only effects you) If you have a variation of magic, it might error, simple fix though by just checking the tables or variation you have. Furthermore, people who have the same magic as you will have the magic you set it to. There's a simple way to fix this if you know how to code. Read below to know how hookfunction the remotes onclientevents that use the magic table and see what type it is getting. Example below -- Example local UseSpell = game:GetService("ReplicatedStorage").RS.Remotes.Magic.UseSpell local UseSpellFunc = getconnections(UseSpell.OnClientEvent)[1].Function local old; old = hookfunction(UseSpellFunc, function(...) local args = {...} args[3] = "Poison Lightning Magic" return old(unpack(args)) end)

View Raw
Edited By: mis_life Download


Comments
0
No comments. Please Login to add a comment.