|
| 24 May 2015 04:45 PM |
As you can see in the subject, I need a script that gives a player (When they spawn) a forcefield. However, I want this ForceField to be invisible.
So far, I have this code:
game.Players.PlayerAdded:connect(function(player) player.CharacterAdded:connect(function(character) local ff = Instance.new("ForceField") ff.Parent = character ff.Transparency = 1 end) end)
This doesn't work unfortunately. (The ForceField is visible) Could you help me?
Thanks! |
|
|
| Report Abuse |
|
|
chimmihc
|
  |
| Joined: 01 Sep 2014 |
| Total Posts: 17143 |
|
|
| 24 May 2015 04:52 PM |
It's called making a custom forcefield.
I script -~ chimmihc |
|
|
| Report Abuse |
|
|
|
| 24 May 2015 04:54 PM |
:/
How would one go about creating a custom forcefield?
P.S No need to be rude :( |
|
|
| Report Abuse |
|
|
chimmihc
|
  |
| Joined: 01 Sep 2014 |
| Total Posts: 17143 |
|
|
| 24 May 2015 04:57 PM |
Assuming I was being rude?
lol
I script -~ chimmihc |
|
|
| Report Abuse |
|
|
| |
|
Kaploah
|
  |
| Joined: 03 Nov 2013 |
| Total Posts: 42 |
|
|
| 25 May 2015 04:57 PM |
| Message me and i will tell you. |
|
|
| Report Abuse |
|
|