of     1   

ShiveringBullet
#183743935Tuesday, February 16, 2016 7:13 AM GMT

I'm currently trying to clone a script that's inside of ServerStorage to a local player's GUI. This is my script. wait(2) repeat wait() until game.Players.LocalPlayer.Character ~= nil if game.Players.LocalPlayer.Name == "ShiveringBullet" then script2 = game.ServerStorage.Abilities.Testing.Character.CharacterTest:clone() wait() script2.Parent = game.Players.LocalPlayer.PlayerGui end wait() script:Destroy() If anyone wants a visual representation, here ya go ; https://gyazo.com/5920f49446d292930ca2ce2023b0370a
ShiveringBullet
#183770515Tuesday, February 16, 2016 8:20 PM GMT

Bump
JarodOfOrbiter
#183770619Tuesday, February 16, 2016 8:22 PM GMT

Move it to ReplicatedStorage.

    of     1