Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do I do lighting tool script? how to move it

Asked by 5 years ago

how do i put my tool in lighting this script im using

game.SeverStroge.Gun.parent = game.Lightning
0
U spelled it wrong u nub goldstorm950 65 — 5y
0
What Robloxian_Imperial 0 — 5y
0
You shouldn't be storing anything (exceptions being lighting effects) in the Lighting service as it's not meant for that purpose. https://www.robloxdev.com/api-reference/class/Lighting > Notes TheeDeathCaster 2368 — 5y

1 answer

Log in to vote
0
Answered by 5 years ago

To put a tool from Server Storage to lighting you will need this script:

Lighting = game:GetService("Lighting")
Storage = game:GetService("ServerStorage")

Storage.Gun.Parent = Lighting
0
oh thnaks Robloxian_Imperial 0 — 5y
0
It's ok :) Accept the answer. Starnamics 24 — 5y
0
Ok Robloxian_Imperial 0 — 5y
Ad

Answer this question